API Help
Eplan.EplApi.Starter Namespace / EplanFinder Class / GetInstalledEplanVersions Method / GetInstalledEplanVersions(List<EplanData>,Boolean) Method
List to be filled with information about Eplan Versions currently installed on local machine.
True - returns only 64 bit versions list. False - returns only 32-bit versions

In This Topic
    GetInstalledEplanVersions(List<EplanData>,Boolean) Method
    In This Topic
    Get Eplan versions which are currently installed on local machine.
    Syntax
    public void GetInstalledEplanVersions( 
       ref List<EplanData> lEplanVersions,
       bool b64bit
    )
    public:
    void GetInstalledEplanVersions( 
       List<EplanData>^% lEplanVersions,
       bool b64bit
    ) 

    Parameters

    lEplanVersions
    List to be filled with information about Eplan Versions currently installed on local machine.
    b64bit
    True - returns only 64 bit versions list. False - returns only 32-bit versions
    See Also